home *** CD-ROM | disk | FTP | other *** search
- GetFName : STRING;
-
- Returns the current file name of the active drawing
-
- NumLayers : INTEGER;
-
- Returns the current number of layers in the active drawing
-
- SymDefNum : INTEGER;
-
- Returns the current number of symbols in the library of the active drawing
-
- NameNum : INTEGER;
-
- Returns the number of names in the current active drawing
-
- NameList(Index : INTEGER) : STRING;
-
- Returns the object name stored in the object name list specified by Index
-
- ClassNum : INTEGER;
-
- Returns the number of classes in the current active drawing
-
- ClassList(Index : INTEGER;) : STRING;
-
- Returns the object class stored in the object class list specified by Index
-
- GetOrigin(VAR X,Y : REAL);
-
- Returns the current origin location relative to the center of the page
-
- FArrowHead : INTEGER;
-
- Returns the current arrow head settings
-
- FFillPat : INTEGER;
-
- Returns the current fill pattern settings
-
- FPenSize : INTEGER;
-
- Returns the current pen size settings in mils
-
- FPenPat : INTEGER;
-
- Returns the current fill pattern settings for the graphic pen
-
- FPenFore(Var Red,Green,Blue : LONGINT);
-
- Returns the current pen foreground color in the variable parameters Red,Green,Blue
-
- FPenBack(Var Red,Green,Blue : LONGINT);
-
- Returns the current pen background color in the variable parameters Red,Green,Blue
-
- FFillFore(Var Red,Green,Blue : LONGINT);
-
- Returns the current fill foreground color in the variable parameters Red,Green,Blue
-
- FFillBack(Var Red,Green,Blue : LONGINT);
-
- Returns the current fill background color in the variable parameters Red,Green,Blue
-
- GetLVis(h : Handle) : INTEGER;
-
- Returns visibility status of layer connected to h.
-
- ActSymDef : HANDLE;
-
- Returns handle to active symbol
- definition.
-
-